home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / multipad.zip / ABSTRACT next >
Text File  |  1992-05-12  |  688b  |  18 lines

  1.  MULTIPAD: Demonstrates an MDI Application with Edit
  2.  Controls
  3.  
  4.  MULTIPAD demonstrates how to implement multiple document 
  5.  interface (MDI) windows, how to print files, and how to 
  6.  give edit controls their own memory (up to 64K).
  7.  
  8.  MULTIPAD is basically the Notepad application converted 
  9.  into an MDI program. When you start MULTIPAD, it displays a 
  10.  default "untitled" MDI window. The Window menu commands 
  11.  demonstrate MDI concepts such as tiling and cascading 
  12.  windows, arranging icons, and closing all open documents. 
  13.  For information on editing commands, see the Notepad Help 
  14.  file.
  15.  
  16.  MULTIPAD was built and tested under Microsoft(R) 
  17.  Windows(TM) version 3.1.
  18.